home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Internet / NVU / chrome / toolkit.jar / content / global / bindings / nativescrollbar.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-10-13  |  417 b   |  15 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings id="scrollbarBindings"
  4.    xmlns="http://www.mozilla.org/xbl"
  5.    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  6.    xmlns:xbl="http://www.mozilla.org/xbl">
  7.   
  8.   <binding id="scrollbar">
  9.     <content>
  10.       <xul:nativescrollbar flex="1" xbl:inherits="curpos,maxpos,pageincrement,increment,orient,sborient=orient"/>
  11.     </content>
  12.   </binding>
  13.     
  14. </bindings>
  15.